home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 August / Software of the Month Club 1996 August.iso / pc / os2 / filejet / fjnovell.dat < prev    next >
Text File  |  1995-10-12  |  4KB  |  107 lines

  1. #######################################################################
  2. # OS/2 FILEJET USER PULLDOWN FILE (C) KLOSEK 1991 -1995               #
  3. #######################################################################
  4. #                                                                     #
  5. # P>   Pulldownheader                                                 #
  6. # E>   Pulldownentry                                                  #
  7. # D>   Defintions for a entry                                         #
  8. # #    Line with comment                                              #
  9. # char ^ marks the Hotkey                                             #
  10. #                                                                     #
  11. # Without any special char : Command line of entry                    #
  12. #                                                                     #
  13. # PULLDOWNDEFINITION                                                  #
  14. #                                                                     #
  15. # D>   XPOS = nr           Upper left corner of pulldownwindow        #
  16. # D>   YPOS = nr                                                      #
  17. # D>   XWIDTH  = nr        min. width of pulldownwindow               #
  18. #                                                                     #
  19. # PROGRAMMDEFINITIONS                                                 #
  20. #                                                                     #
  21. # D>   WINDOW = 0                                                     #
  22. # D>   WINDOW = 1          Open a window for execution                #
  23. # D>   WINXPOS    = nr     Upper left corner of window                #
  24. # D>   WINYPOS    = nr                                                #
  25. # D>   WINXWIDTH  = nr     x width of the window                      #
  26. # D>   WINYWIDTH  = nr     y width of the window                      #
  27. # D>   CURSOR     = 1      activate cursor                            #
  28. # D>   WAIT       = 1      wait after command execution               #
  29. # D>   PARAMETER  = 1      ask for a parameter before execution       #
  30. #                          parameter is insertet at the % char        #
  31. #                                                                     #
  32. # Multiple commands are allowed seperated by  ';'                     #
  33. #                                                                     #
  34. #######################################################################
  35.  
  36. P> NOVELL....
  37.  
  38. D> XPOS    = 10
  39. D> YPOS    = 5
  40. D> XWIDTH = 40
  41.  
  42. #######################################################################
  43.  
  44. E> ^Operating system
  45. D> SWAP    = 1
  46. D> CURSOR     = 1
  47. D> WAIT       = 1
  48.   cmd.exe
  49.  
  50. #######################################################################
  51. E> Operating ^command
  52. D> SWAP    = 1
  53. D> CURSOR     = 1
  54. D> WAIT       = 1
  55.   [ ]
  56.  
  57. #######################################################################
  58.  
  59. E> ^Login
  60. D> SWAP    = 1
  61. D> CURSOR     = 1
  62. D> WAIT       = 1
  63.   login [ ]
  64.  
  65. #######################################################################
  66.  
  67. E> L^ogout
  68. D> SWAP    = 1
  69. D> CURSOR     = 1
  70. D> WAIT       = 1
  71.   logout
  72.  
  73. #######################################################################
  74.  
  75. E> ^Filer
  76. D> SWAP    = 1
  77. D> CURSOR     = 1
  78. D> WAIT       = 1
  79.   filer
  80.  
  81. #######################################################################
  82.  
  83. E> ^Syscon
  84. D> SWAP    = 1
  85. D> CURSOR     = 1
  86. D> WAIT       = 1
  87.   syscon
  88.  
  89. #######################################################################
  90.  
  91. E> ^Userlist
  92. D> SWAP    = 1
  93. D> CURSOR     = 1
  94. D> WAIT       = 1
  95. D> Parameter  = 1
  96.   userlist
  97.  
  98. #######################################################################
  99.  
  100. E> ^Pconsole
  101. D> SWAP    = 1
  102. D> CURSOR     = 1
  103. D> WAIT       = 1
  104.   pconsole
  105.  
  106. #######################################################################
  107.